From 2b819c830be93cb471367eb342fde4141d61e395 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 6 Jan 2020 00:29:02 -0500 Subject: [PATCH] docs: Tweak GtkDropTarget docs --- gtk/gtkdragdest.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk/gtkdragdest.c b/gtk/gtkdragdest.c index adf7edfa16..7767516a83 100644 --- a/gtk/gtkdragdest.c +++ b/gtk/gtkdragdest.c @@ -37,7 +37,7 @@ /** * SECTION:gtkdroptarget - * @Short_description: An object to receive DND drops + * @Short_description: Event controller to receive DND drops * @Title: GtkDropTarget * * GtkDropTarget is an auxiliary object that is used to receive @@ -308,7 +308,7 @@ gtk_drop_target_class_init (GtkDropTargetClass *class) * for the ongoing operation in your signal handler. If you call one of the * read functions in your handler, GTK will ensure that the #GtkDrop object * stays alive until the read is completed. If you delay obtaining the data - * (e.g. to handle #GDK_ACTION_ASK by showing a #GtkPopover), you need to + * (e.g. to handle %GDK_ACTION_ASK by showing a #GtkPopover), you need to * hold a reference on the #GtkDrop. * * Returns: whether the cursor position is in a drop zone @@ -329,7 +329,7 @@ gtk_drop_target_class_init (GtkDropTargetClass *class) * @formats: (nullable): the supported data formats * @actions: the supported actions * - * Creates a new #GtkDropTarget object + * Creates a new #GtkDropTarget object. * * Returns: the new #GtkDropTarget */ @@ -348,7 +348,7 @@ gtk_drop_target_new (GdkContentFormats *formats, * @dest: a #GtkDropTarget * @formats: (nullable): the supported data formats * - * Sets th data formats that this drop target will accept. + * Sets the data formats that this drop target will accept. */ void gtk_drop_target_set_formats (GtkDropTarget *dest, -- 2.30.2